xen: change the sizes of memory fields in the HVM start info to be 64bits
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 12 Apr 2016 16:00:28 +0000 (18:00 +0200)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 15 Apr 2016 11:00:19 +0000 (12:00 +0100)
commit247d38c870192c39442363ea633aa470e93fc186
tree3058b98693b43180fba1885fec1023c26155a79b
parent33fce488cdd983bec5a68f0385f225098b294a9d
xen: change the sizes of memory fields in the HVM start info to be 64bits

At the moment the only consumer of this structure is x86, but other arches
might also use it, so make all the fields 64bits. On x86 Xen will still try
to place everything below the 4GiB boundary, but that might not be feasible
in other arches.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Requested-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xc_dom.h
xen/include/public/xen.h